home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / modules / objects / res / description / Oprimitiveaxis.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  318b  |  15 lines

  1. #ifndef _OPRIMAXIS_H_
  2. #define _OPRIMAXIS_H_
  3.  
  4. enum
  5. {
  6.     PRIM_AXIS                                    = 1300, // LONG       - Direction [0:+X; 1:-X; 2:+Y; 3:-Y; 4:+Z; 5:-Z]
  7.         PRIM_AXIS_XP                            = 0,
  8.         PRIM_AXIS_XN                            = 1,
  9.         PRIM_AXIS_YP                            = 2,
  10.         PRIM_AXIS_YN                            = 3,
  11.         PRIM_AXIS_ZP                            = 4,
  12.         PRIM_AXIS_ZN                            = 5
  13. };
  14.  
  15. #endif